golang.org/x/net/http2.pipe.c (field)

10 uses

	golang.org/x/net/http2 (current package)
		pipe.go#L18: 	c        sync.Cond     // c.L lazily initialized to &p.mu
		pipe.go#L58: 	if p.c.L == nil {
		pipe.go#L59: 		p.c.L = &p.mu
		pipe.go#L76: 		p.c.Wait()
		pipe.go#L90: 	if p.c.L == nil {
		pipe.go#L91: 		p.c.L = &p.mu
		pipe.go#L93: 	defer p.c.Signal()
		pipe.go#L128: 	if p.c.L == nil {
		pipe.go#L129: 		p.c.L = &p.mu
		pipe.go#L131: 	defer p.c.Signal()